object MemoForm: TMemoForm Left = 296 Top = 111 Width = 643 Height = 306 Caption = 'MemoForm' Font.Color = clWindowText Font.Height = -14 Font.Name = 'System' Font.Style = [] Visible = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object Memo: TMemo Left = 0 Top = 0 Width = 635 Height = 279 Align = alClient BorderStyle = bsNone Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ScrollBars = ssVertical TabOrder = 0 end end